home *** CD-ROM | disk | FTP | other *** search
/ The Datafile PD-CD 1 Issue 2 / PDCD-1 - Issue 02.iso / _utilities / utilities / 003 / longread / !LongRead / !Run < prev    next >
Text File  |  1994-04-30  |  904b  |  37 lines

  1. |
  2. | !Run file for LongRead version 0.44
  3. |
  4.  
  5. RMEnsure UtilityModule 3.10 Error 0 I can't be bothered to make LongRead work with old versions of RISC OS!  UPGRADE!
  6.  
  7.  
  8. | Set directory variable, install icon sprites...
  9. |
  10. Set LongRead$Dir <Obey$Dir>
  11. IconSprites <LongRead$Dir>.!Sprites
  12. |
  13. | Set up file types and actions...
  14. |
  15. Set File$Type_321 Menus
  16. Set File$Type_7DC HelpFile
  17. |
  18. | Load ColourTrans and MessageTrans (As far as I know, the versions don't
  19. | matter) ...
  20. |
  21. If "<System$Path>"="" then Error 0 System resources not found.
  22. RMEnsure ColourTrans 0.00 RMLoad system:Modules.Colours
  23. RMEnsure MessageTrans 0.00 RMLoad system:Modules.MsgTrans
  24. |
  25. | Load WinSupport
  26. |
  27. RMEnsure WinSupport 1.04 RMLoad system:Modules.WinSup
  28. |
  29. | Load built-in modules...
  30. |
  31. RMEnsure MenuManager 2.13 RMLoad <LongRead$Dir>.MenuMod
  32. |
  33. | and finally load the program proper.
  34. |
  35. WimpSlot -min 32K -max 32K
  36. Run <LongRead$Dir>.!RunImage %*0
  37.